Use secrets service for cups auth_info
authorAndre Heinecke <aheinecke@intevation.de>
Tue, 19 Aug 2014 15:55:47 +0000 (17:55 +0200)
committerMarek Kasik <mkasik@redhat.com>
Mon, 1 Sep 2014 20:39:51 +0000 (22:39 +0200)
commit382d68ff8e5701a10aa8d4f879c46c63c21e075f
treecbb059d3c0cdf71d090197170461880ce645c6d7
parentd5dae5b5dfef5d49cc8dd4e79afce31d832c7991
Use secrets service for cups auth_info

    When a printer requires auth_info (e.g. a printer connected
    over the samba protocol) it is now possible to save the
    credentials necessary for printing if a secrets service
    is available over dbus.
    The auth_info is then stored / loaded from the default
    collection of that secrets service.
    If no such service is available the user is not shown
    the option to remember the password and the behavior
    remains the same as before.

    https://bugzilla.gnome.org/show_bug.cgi?id=674264
gtk/gtkmarshalers.list
gtk/gtkprintbackend.c
gtk/gtkprintbackend.h
modules/printbackends/cups/Makefile.am
modules/printbackends/cups/gtkcupssecretsutils.c [new file with mode: 0644]
modules/printbackends/cups/gtkcupssecretsutils.h [new file with mode: 0644]
modules/printbackends/cups/gtkprintbackendcups.c